← Back to issue list

snap contains python 3.8 and 3.9 libs

View original Launchpad issue

Metadata

Project
snapcraft (launchpad)
Number
#1965814
Type
issue
State
open
Author
~kenneth-loafman
Labels
Created
2022-03-21 19:18:39.611971+00:00
Updated
2022-03-24 14:35:31.381975+00:00
Closed

Current evaluation

No evaluation has been recorded for this issue yet.

Issue body

Using the attached snapcraft.yaml, snap builds with conflicting libs: $ find /snap/duplicity/current/ -type d -name 'python3*' <snip> /snap/duplicity/current/usr/lib/python3 /snap/duplicity/current/usr/lib/python3.8 <-- this should be here **** /snap/duplicity/current/usr/lib/python3.9 <-- this one causes confusion **** <snip> Since duplicity uses _librsync*.so and that's only installed in python3.8, it fails when python 3.9 is used, as is done on Debian 10. It's only one executable and should only have one version of python supplied in the snap.

Evaluation history

No evaluation history available.